object viewlog: Tviewlog Left = 427 Top = 180 BorderIcons = [] BorderStyle = bsSingle Caption = 'The Lock Log Viewer' ClientHeight = 289 ClientWidth = 320 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 305 Height = 241 Lines.Strings = ( '') ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object Button1: TButton Left = 240 Top = 256 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 160 Top = 256 Width = 75 Height = 25 Caption = '&Delete Log' TabOrder = 1 OnClick = Button2Click end end